GUI Component Tag Library
Tag suggestTextBox


SuggestTextBox Wrapper Tag


Tag Information
Tag Classcom.ptc.core.components.tags.components.SuggestTextBoxTag
TagExtraInfo ClassNone
Body Contentscriptless
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
minCharsfalsefalsejava.lang.StringThe minimum numbers of characters that must be entered before a search takes place.
frequencyfalsefalsejava.lang.StringThe frequency with which the server is polled for new data.
serviceKeytruefalsejava.lang.StringThe key used to lookup the service class that executes the suggest query.
maxResultsfalsefalsejava.lang.StringThis value is passed to the query class to determine the maximum number of results that should be returned.
idtruefalsejava.lang.StringThe HTML id attribute for this component.
propertyLabelfalsetruejava.lang.StringText displayed as the label of this component in a property panel. The value is only used if the tag is nested inside a renderPropertyPanel tag
namefalsefalsejava.lang.StringThe HTML name attribute for this component.
altHiddenFieldNamefalsefalsejava.lang.StringThe name of an alternative hidden form field to populate with the value attribute returned from the suggest service
requiredfalsefalsejava.lang.StringFlag indicating that the user is required to provide a submitted value for this input component.
hiddenfalsefalsejava.lang.StringFlag indicating whether this input field is hidden or not.
enabledfalsefalsejava.lang.StringFlag indicating whether this input field is enabled or not.
valuefalsefalsejava.lang.StringThe current value of this component.
disabledfalsefalsejava.lang.StringFlag indicating that this element must never receive focus or be included in a subsequent submit.
maxlengthfalsefalsejava.lang.StringThe maximum number of characters that may be entered in this field.
onblurfalsefalsejava.lang.StringJavascript code executed when this element loses focus.
onchangefalsefalsejava.lang.StringJavascript code executed when this element loses focus and its value has been modified since gaining focus.
onclickfalsefalsejava.lang.StringJavascript code executed when a pointer button is clicked over this element.
ondblclickfalsefalsejava.lang.StringJavascript code executed when a pointer button is double clicked over this element.
onfocusfalsefalsejava.lang.StringJavascript code executed when this element receives focus.
onkeydownfalsefalsejava.lang.StringJavascript code executed when a key is pressed down over this element.
onkeypressfalsefalsejava.lang.StringJavascript code executed when a key is pressed and released over this element.
onkeyupfalsefalsejava.lang.StringJavascript code executed when a key is released over this element.
onmousedownfalsefalsejava.lang.StringJavascript code executed when a pointer button is pressed down over this element.
onmousemovefalsefalsejava.lang.StringJavascript code executed when a pointer button is moved within this element.
onmouseoutfalsefalsejava.lang.StringJavascript code executed when a pointer button is moved away from this element.
onmouseoverfalsefalsejava.lang.StringJavascript code executed when a pointer button is moved onto this element.
onmouseupfalsefalsejava.lang.StringJavascript code executed when a pointer button is released over this element.
onselectfalsefalsejava.lang.StringJavascript code executed when text within this element is selected by the user.
readonlyfalsefalsejava.lang.StringFlag indicating that this component will prohibit changes by the user. The element may receive focus unless it has also been disabled.
sizefalsefalsejava.lang.StringThe number of characters used to determine the width of this field.
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered.
styleClassfalsefalsejava.lang.StringSpace-separated list of CSS style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
tabindexfalsefalsejava.lang.StringPosition of this element in the tabbing order for the current document. This value must be an integer between 0 and 32767.
titlefalsefalsejava.lang.StringAdvisory title information about markup elements generated for this component.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.